CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - OPENGL 游戏

搜索资源列表

  1. tc3d

    0下载:
  2. 一个三维打斗游戏-A 3D fight game
  3. 所属分类:Game Program

    • 发布日期:2017-11-12
    • 文件大小:1902631
    • 提供者:站长
  1. planeGame

    1下载:
  2. 一个飞机射击游戏的源码,采用opengl库函数射击,3D模型采用3ds软件生成 -A plane shooting game of the source, using opengl library function shooting, 3D model generation software used 3ds
  3. 所属分类:OpenGL program

    • 发布日期:2014-06-02
    • 文件大小:730701
    • 提供者:chendaiqiang
  1. cvery_2044815934

    0下载:
  2. 使用delphi编写的openGL编写的三维迷宫游戏类程序,可以作为入门学习使用。-Delphi prepared using openGL prepared three-dimensional maze game type procedures can be used as learning to use portal.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-02
    • 文件大小:634618
    • 提供者:chen
  1. Opengl3d_cai

    0下载:
  2. 《学OpenGL编3D游戏》是编程系列丛书之一。是以一个完整的3D游戏编写过程,进行程序设计的知识、技术教学。 《学OpenGL编3D游戏》不同于传统的程序设计书籍,它重在游戏的实现方案。以一个完整的游戏为主线,用鱼骨方式讲解相关知识技术,力求可读性更好。 《学OpenGL编3D游戏》的教学辅助系统CAI由四大块组成: A、程序要点说明 B、程序编制演示 C、程序运行效果 D、源程序- Learning OpenGL made 3D game
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-21
    • 文件大小:6206567
    • 提供者:黄智勇
  1. Programming-Linux-Games

    0下载:
  2. linux下游戏开发指南,使用的是opengl,sdl,这种书不多,有兴趣的可以看看。附有书中源码-linux game development under the guidelines, using opengl, sdl, this book not more, interested can look at. Attached to the book source code
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-17
    • 文件大小:4834569
    • 提供者:linfei
  1. osgCal_VCProject

    1下载:
  2. OpenSceneGraph是一款高性能的3D图形开发库。广泛应用在可视化仿真、游戏、虚拟现实、高端技术研发以及建模等领域。使用标准的C++和OpenGL编写而成,可以运行在Windows系列、OSX、GNU/Linux、IRIX、Solaris、HP-Ux、AIX以及FreeBSD操作系统 Cal3d:基于骨骼的角色动画实现 osgCal:针对OSG封装Cal3d,以方便地在OSG里使用Cal3d的库。 osgCal官方没有VC工程,上传的是我自己做的! -OpenSceneG
  3. 所属分类:3D Graphic

    • 发布日期:2017-03-30
    • 文件大小:461548
    • 提供者:李英伦
  1. A08

    0下载:
  2. 学OpenGL编3D游戏_CAI,非常好的opengl学习实例,这是第5个实例:OpenGL的显示3ds模型-Xue OpenGL made 3D games _CAI, very good learning opengl examples, this is the first five examples: OpenGL display 3ds model
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-02
    • 文件大小:15730
    • 提供者:曾成斌
  1. A09

    0下载:
  2. 学OpenGL编3D游戏_CAI,非常好的opengl学习实例,这是第6个实例:OpenGL的动画-Xue OpenGL made 3D games _CAI, very good learning opengl examples, this is the first six examples: OpenGL animation
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-05
    • 文件大小:17403
    • 提供者:曾成斌
  1. A11

    0下载:
  2. 学OpenGL编3D游戏_CAI,非常好的opengl学习实例,这是第7个实例:OpenGL的碰撞检测-Xue OpenGL made 3D games _CAI, very good learning opengl examples, this is the first seven examples: OpenGL Collision Detection
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-30
    • 文件大小:19479
    • 提供者:曾成斌
  1. lesson21_bcb6

    0下载:
  2. opengl互动游戏功能较为复杂 基于MFC的-an opengl do with the rubik Cube, a map, lamp, for MFC-opengl more complex features interactive games based on MFC the-an opengl do with the rubik Cube, a map, lamp, for MFC
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-31
    • 文件大小:310131
    • 提供者:纪朋飞
  1. HRD

    0下载:
  2. 利用VC++和openGL实现华容道游戏,有多种布局模式。-Use VC++ And achieve Huarong openGL games, there are a variety of layout patterns.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-10
    • 文件大小:725283
    • 提供者:
  1. 3D_Engine_opengl

    0下载:
  2. 基于opengl的3D游戏引擎代码 包含 GUI界面管理模块窗口引擎模块粒子特效模块输入系统模块 消息管理模块 音频管理模块 游戏场景模块 资源管理模块-Based on the 3D game engine opengl code contains GUI interface management module window particle effects engine module module module input system management module audio mes
  3. 所属分类:Game Engine

    • 发布日期:2017-05-19
    • 文件大小:5310342
    • 提供者:minny
  1. SnakesSubsonic

    0下载:
  2. 用opengl编写的简单贪吃蛇游戏,内容比较简单,但是突出了编程思路,可以方便大家进一步扩展。-Opengl prepared using simple Snake game, content is relatively simple, but highlights the programming ideas, can facilitate further expansion.
  3. 所属分类:Game Program

    • 发布日期:2017-05-26
    • 文件大小:5711630
    • 提供者:许俊超
  1. delphiOpengl

    0下载:
  2. 基于delphi,OpenGL的3d贪食蛇游戏,便于3d的初级学者参考-Based on delphi, OpenGL s 3d贪食蛇games, easy reference 3d junior scholars
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-26
    • 文件大小:266132
    • 提供者:VC
  1. My3dGame

    0下载:
  2. 一个类似于CS的三维游戏引擎,开发环境vc和opengl-CS a similar three-dimensional game engine, development environment vc and opengl
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-19
    • 文件大小:5046182
    • 提供者:张玉可
  1. 45666039planeFly

    0下载:
  2. 很好的OpenGL开发的飞机模拟游戏 适合初学者,大家快来下载吧-Very good simulation of plane OpenGL Game Development for Beginners, Come everyone to download it
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-29
    • 文件大小:374786
    • 提供者:爱爱爱
  1. Puzzle

    0下载:
  2. VC++和openGL开发的迷宫程序,通过鼠标点击事件完成游戏。-Developed by VC++ and openGL ,and you can click the mouse to play the game。
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-08
    • 文件大小:1848680
    • 提供者:
  1. GLDemoApp_demo

    0下载:
  2. 使用Opengl编程的例子,功能完善,对学习游戏和opengl有很好的借鉴价值,简单易懂-This is a simple framework for prototyping OpenGL and game applications. It provides a quick way to get up and running with all of the most commonly used tools already built in.
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-13
    • 文件大小:2771428
    • 提供者:张海振
  1. GLSprite

    0下载:
  2. Iphone手机开发的关于OpenGL、2D图形设计的示例程序,可以直接用X-code开发工具和Iphone模拟器运行。-Iphone mobile phone about the development of OpenGL, 2D graphic design of the sample programs can be directly used for X-code development tools and Iphone simulator is running.
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-29
    • 文件大小:88686
    • 提供者:Sylvan Wu
  1. AnOpenGLGameTutorialinCforWin32

    0下载:
  2. 非常好的基于OpenGL的游戏开发模板。for Win32API in C++, 非常适合初学者-An OpenGL Game Tutorial in C++ for Win32
  3. 所属分类:Game Engine

    • 发布日期:2017-05-21
    • 文件大小:6152851
    • 提供者:赵端阳
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »
搜珍网 www.dssz.com